| lcWndMessage | Home |
|
int lcWndMessage ( HANDLE hLcWnd, LPCWSTR szText, int uType ); |
| hLcWnd | |
| Handle to a graphics window. | |
| szText | |
| Message text. | |
| uType | |
|
The contents and behavior of the dialog box. Use same values as for Windows API
MessageBox
function. Can be used the same mnemonic with adding LC_ prefix. | |
| Same as for Windows API MessageBox function. |
lcPropPutStr( 0, LC_PROP_G_MSGTITLE, L"ImageRect" ); ... lcWndMessage( hLcWnd, L"Can not process this image", LC_MB_OK | LC_MB_ICONSTOP );